From 97069aa1cfe8b4158243604fb8af5188a69d3425 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 24 Jan 2003 16:52:42 +0000 Subject: [PATCH] Add (crude) install target. --- gpsbabel/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gpsbabel/Makefile b/gpsbabel/Makefile index 9f03c3518..3122ccc0e 100644 --- a/gpsbabel/Makefile +++ b/gpsbabel/Makefile @@ -1,4 +1,5 @@ CFLAGS=-g -Icoldsync +INSTALL_TARGETDIR=/usr/local/ FMTS=magproto.o gpx.o geo.o gpsman.o mapsend.o mapsource.o \ gpsutil.o tiger.o pcx.o csv.o cetus.o gpspilot.o magnav.o \ @@ -32,6 +33,12 @@ main.o: clean: rm -f $(OBJS) gpsbabel gpsbabel.exe +# +# This will only work on UNIX-like substances. +# +install: + install gpsbabel $(INSTALL_TARGETDIR)/bin + # Nerdy release stuff that needs to work only on Linux. dep: -- 2.30.2